home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00249.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  248 b   |  13 lines

  1. on exitFrame
  2.   global whatSpeed, whatFactor, frameLoop
  3.   if frameLoop = 0 then
  4.     set whatSpeed to whatSpeed + whatFactor
  5.   end if
  6.   if the timer < whatSpeed then
  7.     set frameLoop to 1
  8.     go(the frame)
  9.   else
  10.     set frameLoop to 0
  11.   end if
  12. end
  13.